home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / tcprogud.sit / TC Prog Guide / card_40552.txt < prev    next >
Text File  |  1991-02-27  |  667b  |  16 lines

  1. -- card: 40552 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4755
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 4
  9. ----- text -----
  10. In TC, the new() and delete() functions are defined in the oops library and are declared in the header oops.h.  Since C++ defines new operators for these purposes no such declarations are needed.  Incidentally, these C++ operators can be used to allocate any data type, while the TC new() and delete() functions apply only to objects.  In fact, TC's new() and delete() functions apply only to 'indirect' objects, as described later in this chapter.
  11.  
  12.  
  13.  
  14. -- part contents for background part 7
  15. ----- text -----
  16. 120